home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libqt3-mt.postrm < prev    next >
Text File  |  2008-05-02  |  247b  |  15 lines

  1. #!/bin/sh
  2.  
  3. if [ "$1" = "purge" ]; then
  4.   if [ -d "/usr/share/doc/libqt3-mt/" ]; then
  5.     rm -rf /usr/share/doc/libqt3-mt/
  6.   fi
  7. fi
  8.  
  9. # Automatically added by dh_makeshlibs
  10. if [ "$1" = "remove" ]; then
  11.     ldconfig
  12. fi
  13. # End automatically added section
  14.  
  15.